You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > CopyToArray Method > MatrixInt.CopyToArray Method (ushort[], [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.CopyToArray Method (ushort[], [In] int, [In] int, [In] int)

Copy values from the calling object [Index]..[Index+len-1] to the Dst integer array at positions [DstIndex]...[DstIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVecInt CopyToArray(ref ushort[] Dst, [In] int DstIndex, [In] int Index, [In] int Len);

The size of the Dst array is not changed. Values exceeding the range of a 2 byte unsigned integer type are clipped.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!